home *** CD-ROM | disk | FTP | other *** search
/ The See Clearly Method / TheSeeClearlyMethod.iso / Media / stub2.dir / 00046_Script_New Behavior < prev    next >
Text File  |  2002-02-15  |  253b  |  17 lines

  1.  
  2. on mouseEnter me
  3.   cursor 280
  4.   set the member of sprite the currentSpriteNum to member "m1"
  5.  
  6. end
  7.  
  8. on mouseLeave me
  9.   cursor 0
  10.   set the member of sprite the currentSpriteNum to member 41 of castLib "Internal"
  11.  
  12. end
  13.  
  14. on mouseUp me
  15.  
  16. end
  17.